home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / MDI.RH < prev    next >
Text File  |  1997-05-06  |  641b  |  23 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Resource & command IDs to use with mdi.h
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_MDI_RH)
  10. #define OWL_MDI_RH
  11.  
  12. //
  13. // Commands
  14. //
  15. #define CM_CASCADECHILDREN   24361
  16. #define CM_TILECHILDREN      24362
  17. #define CM_TILECHILDRENHORIZ 24363
  18. #define CM_ARRANGEICONS      24364
  19. #define CM_CLOSECHILDREN     24365
  20. #define CM_CREATECHILD       24366
  21.  
  22. #endif  //  OWL_MDI_RH
  23.